home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Freeware / Registrar Lite 4.01 / reglite.exe / {app} / rr.exe / 0 / RCDATA / TREPLACEFORM / TREPLACEFORM.txt
Text File  |  2005-11-07  |  2KB  |  105 lines

  1. object ReplaceForm: TReplaceForm
  2.   Left = 518
  3.   Top = 394
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Replace'
  6.   ClientHeight = 232
  7.   ClientWidth = 296
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 167
  22.     Height = 13
  23.     Caption = 'Replace all selected occurences of'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 64
  28.     Width = 22
  29.     Height = 13
  30.     Caption = 'with:'
  31.   end
  32.   object EditText: TEdit
  33.     Left = 16
  34.     Top = 32
  35.     Width = 257
  36.     Height = 21
  37.     Color = clBtnFace
  38.     ReadOnly = True
  39.     TabOrder = 0
  40.     OnEnter = EditTextEnter
  41.   end
  42.   object ButtonOk: TButton
  43.     Left = 12
  44.     Top = 202
  45.     Width = 57
  46.     Height = 25
  47.     Caption = 'Ok'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 3
  51.     OnClick = ButtonOkClick
  52.   end
  53.   object ButtonCancel: TButton
  54.     Left = 72
  55.     Top = 202
  56.     Width = 57
  57.     Height = 25
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 4
  61.   end
  62.   object ComboBoxReplace: TComboBox
  63.     Left = 16
  64.     Top = 84
  65.     Width = 257
  66.     Height = 21
  67.     ItemHeight = 13
  68.     TabOrder = 1
  69.   end
  70.   object GroupBox1: TGroupBox
  71.     Left = 12
  72.     Top = 116
  73.     Width = 261
  74.     Height = 77
  75.     Caption = 'Options:'
  76.     TabOrder = 2
  77.     object CheckBoxReplaceKeys: TCheckBox
  78.       Left = 8
  79.       Top = 48
  80.       Width = 237
  81.       Height = 17
  82.       Caption = 'Rename matching keynames'
  83.       TabOrder = 2
  84.     end
  85.     object CheckBoxReplaceValues: TCheckBox
  86.       Left = 8
  87.       Top = 32
  88.       Width = 205
  89.       Height = 17
  90.       Caption = 'Rename matching valuenames'
  91.       TabOrder = 1
  92.     end
  93.     object CheckBoxReplaceData: TCheckBox
  94.       Left = 8
  95.       Top = 16
  96.       Width = 213
  97.       Height = 17
  98.       Caption = 'Replace data matches in values'
  99.       Checked = True
  100.       State = cbChecked
  101.       TabOrder = 0
  102.     end
  103.   end
  104. end
  105.